home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / MOVIE3.DIR / 00045_nextPrev,up.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  275 b   |  15 lines

  1. on mouseDown
  2.   global status
  3.   if status <> EMPTY then
  4.     if the puppet of sprite 19 = 1 then
  5.       beepsound()
  6.       exit
  7.     end if
  8.   end if
  9.   eracemenudownbutton()
  10.   set which to npbutton()
  11.   if item 1 of which = 1 then
  12.     photoview(value(item 2 of which))
  13.   end if
  14. end
  15.